From ae60f00ba421730723a6b6db59a9eceea0f507db Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 28 Nov 2011 17:40:32 -0500 Subject: [PATCH] themingengine: fix a typo --- gtk/gtkthemingengine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkthemingengine.c b/gtk/gtkthemingengine.c index b861f91a78..5273f464fb 100644 --- a/gtk/gtkthemingengine.c +++ b/gtk/gtkthemingengine.c @@ -1488,7 +1488,7 @@ render_background_internal (GtkThemingEngine *engine, default: bg_x = border.left; bg_y = border.top; - bg_width = width - border.left - border.left; + bg_width = width - border.left - border.right; bg_height = height - border.top - border.bottom; break; } -- 2.30.2